getTextLineLength
getTextLineLength
Description
Get text length
Definition
getTextLineLength(float fontSize, string utf8string, float maxWidth)
Arguments
| float | fontSize | fontSize |
|---|---|---|
| string | utf8string | utf8string |
| float | maxWidth | maxWidth |
Return Values
| integer | numChars | numChars |
|---|